From: Sergey Ponomarev Date: Sat, 1 Jun 2024 11:44:48 +0000 (+0300) Subject: luci-app-acme: Add dns_wait option X-Git-Url: http://git.openwrt.org/%22https:/collectd.org/%22http:/www.crowdsec.net//%22https%22/%22https:/collectd.org/%22http:/www.crowdsec.net/%22https%22?a=commitdiff_plain;h=e65f854c08c7d838d067a0c8832b5ae0be23b9af;p=project%2Fluci.git luci-app-acme: Add dns_wait option Signed-off-by: Sergey Ponomarev --- diff --git a/applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js b/applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js index 3054761546..b6f9ec4ff2 100644 --- a/applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js +++ b/applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js @@ -165,6 +165,13 @@ return view.extend({ o.depends("validation_method", "dns"); o.modalonly = true; + o = s.taboption('challenge_dns', form.Value, 'dns_wait', _('Wait for DNS update'), + _('Seconds to wait for a DNS record to be updated before continue.') + '
' + + '' + _('See more') + '' + ); + o.depends('validation_method', 'dns'); + o.modalonly = true; + o = s.taboption('advanced', form.Flag, 'staging', _('Use staging server'), _(